Release 10.1A: OpenEdge Development:
Progress 4GL Reference
MIN-COLUMN-WIDTH-PIXELS attribute
Sets the minimum width of a browse column in pixels. If the browse:
- Has not been realized, all browse columns are minimally this size when realized.
Data type: Integer Access: Readable/Writeable Applies to: BROWSE widget- Has been realized, any browse column smaller than the specified minimum is increased to the minimum width.
The default minimum browse column width is 1 pixel.
An error occurs if you attempt to programmatically set the width of a browse column to a value smaller than the value specified using the MIN-COLUMN-WIDTH-PIXELS attribute.
If COLUMN-RESIZABLE is set to TRUE, the user cannot change a column’s width to be less than the minimum width specified with the MIN-COLUMN-WIDTH-PIXELS attribute.
The MIN-COLUMN-WIDTH PIXELS attribute affects the FIT-LAST-COLUMN attribute. As a result, if FIT-LAST-COLUMN is set to TRUE, the last browse column is only resized to fit within the viewport if its width is no smaller than the minimum width. See the FIT-LAST-COLUMN attribute for more information about the FIT-LAST-COLUMN.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |